AssetDoubleProperty

constructor(property: String, value: Double, defaultValue: Double, min: Double, max: Double, step: Double)

Parameters

property

the name of the property.

value

the current value of the property.

defaultValue

the default value of the property if it is not set.

min

the minimum value of the property.

max

the maximum value of the property.

step

the step by which the value can be increased or decreased.